home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000083_news@columbia.edu _Wed Sep 8 09:51:01 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA09505
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 8 Sep 1999 09:51:01 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA13161
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 8 Sep 1999 09:40:43 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: cozzmo <john_cosimano@my-deja.com>
  10. Subject: Kermit for ASCII file transfers
  11. Date: Wed, 08 Sep 1999 13:32:12 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7r5ogs$dtp$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Background information:
  17.  
  18. I'm currently using C-Kermit 6.0.192, 6 Sep 96, for Linux as a console
  19. for 128 Suns and CMD RAID controllers. I'm running on a RedHat Linux 5.2
  20. box with a pair of Cyclades multi-port serial cards. I'm quite happy
  21. with the set up. I need to flash the firmware on my RAID controllers
  22. (CMD 5440), and this is the area of my question.
  23.  
  24. The controller provides a facility to do an ASCII upload to itself. The
  25. controller then converts the code to some binary format and then burns
  26. it to the eeprom. The controller manufacturer provides instructions on
  27. how to use Windows Terminal (terminal.exe) to do this, and it works
  28. fine. I'd like to figure out a way to use kermit to avoid carrying a
  29. laptop to about 40 RAID boxen. Here are the guidelines the manual
  30. suggests:
  31.  
  32. 1) use software flow control (easy: set flow-control xon/xoff)
  33. 2) must use ascii file transfer mode
  34. 3) must instruct terminal program to end each line of text with a
  35. carriage return/line feed.
  36.  
  37. Items 2 and 3 have me a little confused. First, I'm not sure if kermit
  38. can do straight ascii uploads. If this is the case, then I'll look
  39. elsewhere. Second, for item 3, since I'm using a unix application (vice
  40. windows), I'm not sure this applies to me.
  41.  
  42. So, based on these requirements does it seem that C-Kermit will do the
  43. trick for me?
  44.  
  45. Thanks,
  46. John
  47.  
  48.  
  49. Sent via Deja.com http://www.deja.com/
  50. Share what you know. Learn what you don't.